home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
sue_pota.swf
/
scripts
/
DefineButton2_235
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
383 b
|
20 lines
on(press){
if(_parent.water.use)
{
if(_parent.water._currentframe == 4)
{
_parent.water.gotoAndStop(1);
this.gotoAndStop(3);
}
else if(_parent.water._currentframe == 5)
{
_parent.water.gotoAndStop(1);
this.gotoAndStop(95);
}
}
else
{
_parent.water.gotoAndStop(1);
}
}